var runtime.blockprofilerate
8 uses
runtime (current package)
chan.go#L209: if blockprofilerate > 0 {
chan.go#L558: if blockprofilerate > 0 {
mprof.go#L481: var blockprofilerate uint64 // in CPU ticks
mprof.go#L503: atomic.Store64(&blockprofilerate, uint64(r))
mprof.go#L511: rate := int64(atomic.Load64(&blockprofilerate))
select.go#L153: if blockprofilerate > 0 {
sema.go#L155: if profile&semaBlockProfile != 0 && blockprofilerate > 0 {
sema.go#L577: if blockprofilerate > 0 {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |